Php
public class Php
Constructor Summary | |
---|---|
void | __construct(mixed config) |
Method Summary | |
---|---|
bool | exists(string template) 检测是否存在模板文件 |
void | fetch(string template, array data) 渲染模板文件 |
void | display(string content, array data) 渲染模板内容 |
void | config(string|array name, mixed value) 配置模板引擎 |
public void __construct(mixed config)
public bool exists(string template)
检测是否存在模板文件
public void fetch(string template, array data)
渲染模板文件
public void display(string content, array data)
渲染模板内容
public void config(string|array name, mixed value)
配置模板引擎